ZIP / Postal Code to Geo (City, State, Lat/Lon)
Pricing
$0.50 / 1,000 resolved postal codes
ZIP / Postal Code to Geo (City, State, Lat/Lon)
Turns postal codes into clean geographic records, city, state, latitude, and longitude, for the US and many other countries, via the open Zippopotam.us service. Built for CRM and address enrichment. Billed only per postal code resolved.
Pricing
$0.50 / 1,000 resolved postal codes
Rating
0.0
(0)
Developer
Pono Data
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
0
Monthly active users
5 hours ago
Last modified
Categories
Share
ZIP / Postal Code to Geo
Turn postal codes into clean geographic records: city/place, state, latitude, and longitude. Built for CRM and address enrichment, where this lookup is needed constantly but the clean version is hard to find on the Store. Powered by the open Zippopotam.us service (no key), covering the US and many other countries.
Input
- Postal codes: one per line, in the country's own format (
90210,EC1A,10115). Prefix a code with a country to override the default (gb:EC1A). - Default country code: ISO alpha-2 applied to un-prefixed codes (
us,gb, ...). - Max delivered codes: cap on billed rows (0 = no cap).
Output
One row per resolved code: postalCode, country, countryAbbreviation,
placeName (primary), state, stateAbbreviation, latitude, longitude,
placeCount, allPlaceNames, plus provenance (sourceUrl, retrievedAt,
confidence, dataSource).
How it works
Every field is copied from the Zippopotam.us response; nothing is inferred. A
code that does not resolve (unknown code, or a country the service does not
cover) is written to the free rejected dataset and is not billed. When a code
maps to several places, the first is the primary and allPlaceNames lists them all.
Note on GeoNames
GeoNames offers a deeper postal dataset but its API needs a free username. Zippopotam covers the common enrichment case with no key; GeoNames enrichment is a documented future option, not required to run this actor.
Billing
Pay per postal code resolved. Unresolvable codes cost nothing.
Sample output
A real run turning US ZIP codes into geographic records:
| ZIP | place | state | lat | lon |
|---|---|---|---|---|
| 90210 | Beverly Hills | CA | 34.0901 | -118.4065 |
| 10001 | New York City | NY | 40.7484 | -73.9967 |
| 60601 | Chicago | IL | 41.8858 | -87.6181 |
| 94103 | San Francisco | CA | 37.7725 | -122.4147 |
Each row carries a sourceUrl, for example https://api.zippopotam.us/us/90210.
See also
More clean, pay-only-for-results data tools from Pono Data:
- Barcode to Nutrition - UPC/EAN barcode to nutrition facts
- URL Metadata & OpenGraph Extractor - title, OpenGraph, and meta tags per page
Full catalog: https://apify.com/thoob